textview: Replace pixbufs by textures
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Nov 2017 04:22:13 +0000 (23:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Nov 2017 04:22:13 +0000 (23:22 -0500)
commit0b39631464bf2300d25bb9e112089c556dc08f42
tree9791da489f51954c39fa1150b2735fc08cb073eb
parent3d4743ee62673415d3872d215fa472e883f5158f
textview: Replace pixbufs by textures

This affects a few apis, such as gtk_text_iter_get_pixbuf,
gtk_text_buffer_insert_pixbuf and GtkTextBuffer::insert-pixbuf,
which have all been replaced by texture equivalents.

Update all callers.
14 files changed:
demos/gtk-demo/textview.c
gtk/gtktextbtree.c
gtk/gtktextbtree.h
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktextchild.c
gtk/gtktextchildprivate.h
gtk/gtktextdisplay.c
gtk/gtktextiter.c
gtk/gtktextiter.h
gtk/gtktextlayout.c
gtk/gtktextsegment.h
gtk/gtktexttypes.h
testsuite/gtk/textbuffer.c